127. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2022-11-18 03:12:11 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

127.1 Files compared

#LocationFileLast Modified
1Porto Theme/app/design/frontend/Smartwave/porto_rtl/web/css/source_email-variables.less2015-09-16 08:06:32 +0000
2Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto_rtl/web/css/source_email-variables.less2015-09-16 08:06:32 +0000

127.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged146
Changed00
Inserted00
Removed00

127.3 Comparison options

WhitespaceConsecutive whitespace is treated as a single space
Character caseDifferences in character case are significant
Line endingsDifferences in line endings (CR and LF characters) are ignored
CR/LF charactersNot shown in the comparison detail
Active line-pairing rules

127.4 Active regular expressions

No regular expressions were active.

127.5 Comparison detail

1 // /** 1 // /**
2 //  * Copyright © 2015 Magento. All rights reserved. 2 //  * Copyright © 2015 Magento. All rights reserved.
3 //  * See COPYING.txt for license details. 3 //  * See COPYING.txt for license details.
4 //  */ 4 //  */
5  5 
6 // 6 //
7 //  Email variable overrides 7 //  Email variable overrides
8 //  _____________________________________________ 8 //  _____________________________________________
9  9 
10 //  This file should be used to set theme-specific variables for emails. 10 //  This file should be used to set theme-specific variables for emails.
11 //  By default, emails will inherit variables from the Magento UI Library and the _theme.less and _variables.less files 11 //  By default, emails will inherit variables from the Magento UI Library and the _theme.less and _variables.less files
12 //  in a custom theme. Use this file if you want to set specific variables for emails. 12 //  in a custom theme. Use this file if you want to set specific variables for emails.
13 //  For example, you can make the email font, typography, colors, etc unique from the frontend theme. 13 //  For example, you can make the email font, typography, colors, etc unique from the frontend theme.
14  14 
15 //  Structure 15 //  Structure
16 @email-body__width: 660px; 16 @email-body__width: 660px;
17 @email-body__padding: @indent__m; 17 @email-body__padding: @indent__m;
18  18 
19 //  Colors 19 //  Colors
20 @email__background-color: @color-white-smoke; 20 @email__background-color: @color-white-smoke;
21  21 
22 //  Headings 22 //  Headings
23 @h3__font-weight: @heading__font-weight__base; 23 @h3__font-weight: @heading__font-weight__base;